home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / vtdevel3.lha / Include / devices / keyboard.i < prev    next >
Text File  |  1992-09-24  |  479b  |  26 lines

  1.     IFND    DEVICES_KEYBOARD_I
  2. DEVICES_KEYBOARD_I    SET    1
  3. **
  4. **    $VER: keyboard.i 36.0 (01.05.90)
  5. **    Includes Release 39.108
  6. **
  7. **    Keyboard device command definitions
  8. **
  9. **    (C) Copyright 1985-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. **
  12.  
  13.    IFND        EXEC_IO_I
  14.    INCLUDE     "exec/io.i"
  15.    ENDC
  16.  
  17.    DEVINIT
  18.  
  19.    DEVCMD    KBD_READEVENT
  20.    DEVCMD    KBD_READMATRIX
  21.    DEVCMD    KBD_ADDRESETHANDLER
  22.    DEVCMD    KBD_REMRESETHANDLER
  23.    DEVCMD    KBD_RESETHANDLERDONE
  24.  
  25.     ENDC    ; DEVICES_KEYBOARD_I
  26.